bytes.Buffer.lastRead (field)
23 uses
bytes (current package)
buffer.go#L23: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L96: b.lastRead = opInvalid
buffer.go#L109: b.lastRead = opInvalid
buffer.go#L176: b.lastRead = opInvalid
buffer.go#L188: b.lastRead = opInvalid
buffer.go#L207: b.lastRead = opInvalid
buffer.go#L259: b.lastRead = opInvalid
buffer.go#L286: b.lastRead = opInvalid
buffer.go#L305: b.lastRead = opInvalid
buffer.go#L319: b.lastRead = opInvalid
buffer.go#L331: b.lastRead = opRead
buffer.go#L341: b.lastRead = opInvalid
buffer.go#L349: b.lastRead = opRead
buffer.go#L364: b.lastRead = opRead
buffer.go#L382: b.lastRead = opReadRune1
buffer.go#L387: b.lastRead = readOp(n)
buffer.go#L397: if b.lastRead <= opInvalid {
buffer.go#L400: if b.off >= int(b.lastRead) {
buffer.go#L401: b.off -= int(b.lastRead)
buffer.go#L403: b.lastRead = opInvalid
buffer.go#L414: if b.lastRead == opInvalid {
buffer.go#L417: b.lastRead = opInvalid
buffer.go#L448: b.lastRead = opRead
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |